[Top] [Prev] [Next] [Bottom] [Contents]

SaAssignNumRowsToInt

A callback to assign the number of rows in an SaCallbackStruct to an integer variable.

Synopsis

#include "SaPopCalls.h"
void SaAssignNumRowsToInt(Widget w, 
									XtPointer client_data,
									SaCallbackStruct *cbs);

Arguments

w
Not used.
client_data
Pointer to an integer variable.
cbs
SaCallbackStruct callback structure.

Return Values

None.

Description

SaAssignNumRowsToInt assigns the number of rows in cbs to the integer pointed to be client_data.

Note: If client_data is not the address of an integer variable, then a segmentation fault, or a corrupted heap is likely to occur.

See Also



[Top] [Prev] [Next] [Bottom] [Contents]

info@bluestone.com
Copyright © 1997, Bluestone. All rights reserved.